home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1996 November: Tool Chest / Dev.CD Nov 96 TC / Dev.CD Nov 96 TC.toast / Sample Code / Interapplication Communication / MenuScripter 4.0 / MenuScripter / MenuScripter.rsrc / SCPT_4291_Script - Results Window.txt < prev    next >
Encoding:
Text File  |  1996-07-09  |  387 b   |  13 lines

  1. # (decoded with TMPL 128)
  2. Text: 'property initialBounds : {5, 201, 430, 302}
  3. property itemName : "Results"
  4.  
  5. set theResults to results document -- Object specifier
  6.     if visible of theResults then
  7.         set initialBounds to bounds of theResults
  8.         set visible of theResults to false
  9.     else
  10.         set bounds of theResults to initialBounds
  11.         set visible of theResults to true
  12. select theResults
  13.     end if'